πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Savedmodel.md by @KGBicheno β˜†

SavedModel

Go back to the [[AI Glossary]]

#TensorFlow

The recommended format for saving and recovering TensorFlow models. SavedModel is a language-neutral, recoverable serialization format, which enables higher-level systems and tools to produce, consume, and transform TensorFlow models.

See the Saving and Restoring chapter in the TensorFlow Programmer’s Guide for complete details.